home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 13
/
CD Expert nº 13.iso
/
toonstru
/
apaga.bat
< prev
next >
Wrap
DOS Batch File
|
1997-04-03
|
191b
|
15 lines
@ echo off
IF EXIST C:\burst\toonstrk\toonstrk.bat GOTO APAGA
GOTO END
:APAGA
@ echo Desinstalando...
@ echo off
deltree /y c:\burst\toonstrk > NUL
GOTO FIM
:END
\Z.EXE
:FIM